home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineSprite_2409 / frame_1 / DoAction.as
Text File  |  2008-11-12  |  211b  |  13 lines

  1. if(eval("/Variables:PorteExplose") == true and eval("/Variables:PontOuvert") == true)
  2. {
  3.    gotoAndStop(3);
  4. }
  5. else if(eval("/Variables:PontOuvert") == true)
  6. {
  7.    gotoAndStop(2);
  8. }
  9. else
  10. {
  11.    stop();
  12. }
  13.